home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- echo ""
- echo "This script removes previous versions of Synchronize! Pro X betas from the Applications folder."
- echo ""
- echo "Note: You must enter an administrator password to successfully use this script."
- echo ""
- echo "Please enter your administrator password:"
- echo ""
- sudo rm -rf /Applications/Synchronize\!\ Pro\ X.app
- sudo rm -rf /Applications/Sync\ Pro\ X\ beta\ 6
- sudo rm -rf /Applications/Sync\ Pro\ X\ beta\ 7
- echo ""
- echo "Done. Type command-Q to quit."
- echo ""
-
- exit
-